Table examples

Look at this in both Netscape and HTML 3.0 compatability modes.  The differences are noteworthy. To see the details of the table designs below, place the cursor in the table you want to view and look in the Show HTML window. The window will scroll to the cursor's location.

Table Attributes

The table below should be 20 ens wide, divided equally between the columns.

The table below should be 80 pixels wide, divided equally between the columns.

The table below should be 40% of the screen width, divided equally between the columns.

The table below should be 40 ens wide in HTML 3 and 40 pixels in netscape, divided equally between the columns.

The table below should have three columns, the first 10 ens wide (and left justified) the second 12 ens (and centered) and the third 8 ens (and right justified).
left 10 center
12
right 8

The table below should have three columns, the first twice as wide as the second which in turn is twice as wide as the third. It should stretch all the way across the screen.
left 20 center 10 right 5

This table should be centered in HTML 3, and to the left in Netscape

This table should be centered

This table should be on the right

This table uses a relative colspec to set the column widths.
Oh for abusive ire, kindling for his rage and pinchers to act. In sooth, I know not why I am so sad&emdash;It wearies me, you say it wearies you, but how I...

This table uses a Netscape specific tag to create cell padding.
This table has 5 pixel padding and 6 pixel spacing
with a 5 pixel border.

NaviPress also support the Frame attribute, which may be used to select which bits of the table border should be drawn.
this table only has top
and bottom borders.

Tables can have captions, above
caption
fiddle, dee, dee

and below
caption
Gallia est omnes
divisa in partes


Row attributes

Rows may be aligned horizontally
right and right and righter...
centered center c
left to the left, ever to the left l

and vertically
Top t1
t2
Middle t1
t2
Bottom t1
t2
Baseline t1
t2
Default top for 3
middle for Netscape


Cell Attributes

Cells may also be aligned vertically
a b c a
b
c

Or horizontally
a

aaaaa

b

bbbbbb

c

cccccc

And may be split across several rows, or colums or both
a
b c d e f

Help Contents